LOADPIC
SAVEPIC

Syntax: LOADPIC file$
   and: SAVEPIC file$
Location: PICEXT

The command LOADPIC will load an uncompressed 32K screen file and display it on the main screen.

This works exactly the same as LBYTES file$,131072. Note that LOADPIC needs the full filename to be supplied as a string.

The SAVEPIC command saves the screen contents (from $20000) to the specified file.

Example:
LOADPIC "flp1_Example_scr"

CROSS-REFERENCE:
SBYTES, LBYTES, SCREEN, EXPAND, COMPRESS.
